home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1932 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1017 b 

  1. Path: news.ox.ac.uk!kinder
  2. From: kinder@teaching.physics.ox.ac.uk (David Kinder)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Multi-line TEXT_KIND gadgets
  5. Date: 25 Jan 96 10:55:58 GMT
  6. Organization: Oxford University
  7. Message-ID: <4e7no7$qqq@news.ox.ac.uk>
  8. References: <4e2hap$r50@hawk.ee.port.ac.uk>
  9. NNTP-Posting-Host: teaching15.physics.ox.ac.uk
  10. X-Newsreader: TIN [version 1.2 PL0]
  11.  
  12. Manning Lawrence Albert (ceb2_95) (manningl@ee.port.ac.uk) wrote:
  13.  
  14. : I'm writing an address book prog using DICE and I was wondering if anyone knows
  15. : of a way to implement multiply line TEXT_KIND gadgets using gadtools.  Is there
  16. : an easy way of doing this?  I've thought of two ways.
  17.  
  18. Sorry, but neither of these two ways is going to work. GadTools simply can't do
  19. multi-line string gadgets. However, these is package on Aminet for this:
  20.  
  21.   dev/gui/textfield.lha
  22.  
  23. which provides a small (20K) BOOPSI gadget as an external class. It's very easy
  24. to use (I've used it in several programs) and does exactly what you want.
  25.  
  26. David
  27.